home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / aquarium / blimp.lm < prev    next >
Text File  |  1995-05-25  |  525b  |  12 lines

  1. #define blimp_width 32
  2. #define blimp_height 16
  3. #define blimp_x_hot -1
  4. #define blimp_y_hot -1
  5. static char blimp_bits[] = {
  6.    0x00, 0xfc, 0x0f, 0x00, 0x80, 0xff, 0x7f, 0x00, 0xe0, 0xff, 0xff, 0x41,
  7.    0xf8, 0xff, 0xff, 0x63, 0xfc, 0xff, 0xff, 0x77, 0xfe, 0xff, 0xff, 0x7f,
  8.    0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
  9.    0xfc, 0xff, 0xff, 0x77, 0xf8, 0xff, 0xff, 0x63, 0xe0, 0xff, 0xff, 0x41,
  10.    0x80, 0xff, 0x7f, 0x00, 0x00, 0xfe, 0x0f, 0x00, 0x00, 0xfc, 0x0f, 0x00,
  11.    0x00, 0xf8, 0x07, 0x00};
  12.